Installing and Removing a Notifier Function
To receive notice of provider events, you must install a notifier function. If the provider is synchronous, you do this by calling theOTInstallNotifier
function. If the provider is asynchronous, you install the notifier by passing a pointer to the notifier function as a parameter to the function used to open the provider. To remove a notifier function, call theOTRemoveNotifier
function.
Subtopics
- OTInstallNotifier
- OTRemoveNotifier